home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
editor
/
blksedtr.lha
/
BED
/
Rexx
/
BedCmdHelp.bed
< prev
next >
Wrap
Text File
|
1996-01-28
|
265b
|
19 lines
/*
** $VER: BedCmdHelp.bed 1.0 (02.01.96)
**
** Show the AmigaGuide Help for the BED ARexx command currently under the
** cursor
*/
OPTIONS RESULTS
GetWord
command=RESULT
Exist command
IF RC=0 THEN
Help command
ELSE
SetStatusBar "Cursor not on a BED command"